home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / yam_i_dodatki / yamnet / s / yamnet.cfg
Text File  |  1996-12-30  |  4KB  |  116 lines

  1. ; These lines, starting with ';' are ignored by YamNet
  2. ; while it reads the configuration, but is better if you delete
  3. ; these lines for the program works faster.
  4.  
  5. ; Configuration EXAMPLE of S:YamNet.cfg file
  6. ; for YamNet 3.07
  7.  
  8. ; LANG = <idioma>
  9. ; <idioma> must be replaced with ESPAÑOL or ENGLISH depending
  10. ;  of the language we want that use the program.
  11.  
  12. LANG = English
  13.  
  14. ; TEMP = <directorio>
  15. ;  <directorio>  must be replaced with the name of preferred unit and
  16. ; drawer to save temporal files.
  17. ; This could be T:  in the case of having the needed memory to process
  18. ; the files to be received or DH1:T if it is the contrary case.
  19.  
  20. TEMP = T:
  21.  
  22. ; LOG = <unidad:directorio/nombre>
  23. ;  <unidad:directorio/nombre> must be replaced with the filename
  24. ; that we want to use for write the logfile that is generated by
  25. ; the program.
  26.  
  27. LOG = LOGS:YamNet.log
  28.  
  29. ;LOGLEVEL = <nivel>
  30. ; <nivel> indicates the information level that shows the program
  31. ; while is executed.
  32. ; LOGLEVEL = 0 [It doesn't show any information. Faster]
  33. ; LOGLEVEL = 1 [It shows information only in screen]
  34. ; LOGLEVEL = 2 [It shows information only in logfile]
  35. ; LOGLEVEL = 3 [It shows some information in screen & logfile.]
  36. ; LOGLEVEL = 4 [It shows all information in screen & logfile. SLOW]
  37.  
  38. LOGLEVEL = 3
  39.  
  40. ; OUTBOUND = <directorio>
  41. ; <directorio> must be replaced with the unit name, assignment,
  42. ;  or pathname to follow upto the OUTBOUND where is founded
  43. ;  the files created by programs like Mail Manager, Spot, or so.
  44.  
  45. OUTBOUND = OUT:
  46.  
  47. ; INBOUND = <directorio>
  48. ; <directorio> must be replaced with the unit name, assignment,
  49. ;   or  pathname  to  follow  upto  the  INBOUND  where  the
  50. ;   ready-to-be-processed  files  go  for be processed by the
  51. ;   programs like Mail Manager, Spot, or so.
  52.  
  53. INBOUND = IN:
  54.  
  55. ; ONLYFLO
  56. ; if specified only FLO & OUT files will be processed to be
  57. ; sended via e-mail.
  58. ; If  not  specified  also will be processed the HLO, CLO, DLO,
  59. ; DUT, HUT & CUT files
  60.  
  61. ; PURGE
  62. ; If specified, YamNet will delete incoming receipts with its
  63. ; messages and also will delete sent receipts before the end
  64. ; of the process.
  65.  
  66. ; YAMCHECK
  67. ; if especified YAM will receive mail from server if is started
  68. ; from YamNet and will send all messages generated before the end
  69. ; of the process.
  70.  
  71. ; NOHIDE
  72. ; If  this keyword isn't used, when YamNet writes any message,
  73. ; YAM  is  iconified.   If  the  keyword  is used the writting
  74. ; process in YAM can be observed.
  75.  
  76. ; RESEND = <número>
  77. ; Indicates the number of days to wait before re-send a file
  78. ; sent with YamNet if doesn't received the receipt. (RECIBI)
  79. ; It must be a number bigger than zero.
  80. RESEND = 15
  81.  
  82. ; DELETE = <número>
  83. ; Indicates the number of days to wait before delete a file
  84. ; sent with YamNet if doesn't received the receipt. (RECIBI)
  85. DELETE = 28
  86.  
  87. ; SUBZONA = <zona> <referencia>
  88. ;  two keywords:
  89. ;  <zona>  is the zone number or first number of every Fidonet-like address.
  90. ;  <referencia> is the name for every network in the zone especified.
  91.  
  92. SUBZONA = 39 AmigaE-Mail
  93. SUBZONA = 40 AmigaE-Mail
  94. SUBZONA = 41 AmigaE-Mail
  95. SUBZONA = 1 FidoE-Mail
  96. SUBZONA = 2 FidoE-Mail
  97. SUBZONA = 3 FidoE-Mail
  98. SUBZONA = 4 FidoE-Mail
  99. SUBZONA = 5 FidoE-Mail
  100. SUBZONA = 6 FidoE-Mail
  101.  
  102. ; NODO = <nodo4D> <email@address> <modo de codificación>
  103. ;  <nodo4D> are the four numbers of the point or node address that wich
  104. ;   we want to send the Fidonet/Amiganet/etc bundles via internet
  105. ;   separated with points. (NOT = xx:xx/x.x | YES  = xx.xx.x.x)
  106. ;  <email@address> is the e-mail address of the especified node.
  107. ;  <modo de codificación> is the prefered method to send the binary files through
  108. ;   e-mail that could be any of these four methods:
  109. ;  MIME | UUin | FSCode | PGP "<Identificativo>"
  110.  
  111. NODO = 2.344.15.11 nobo@dyknowsw.ho FSCode
  112. NODO = 39.194.1.0 asoro@redestb.es PGP "Alfredo Soro"
  113. NODO = 2.344.64.64 onep@tern2.donotfoll.ow MIME
  114. NODO = 39.194.1.10 canbe@thistimeor.not UUIN
  115.  
  116.